@charset "utf-8";
/* CSS Document */

body {
	background:black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}
#Container #Column1 table tr td li {
	background-color: #FB7D00;
	color: #020202;
	text-decoration: none;
	font-size: 16px;
	list-style-type: none;
	text-indent: 5px;
}


#Container {
	font-size: 15px;
	line-height: 1.5em;
	width: 960px;
	margin: 0 auto;
}

#Column1 {
	width: 310px;
	float: left;
	padding: 0px 5px 0px 5px;
}
#Column2 {
	float: right;
	width: 600px;
	padding: 0px 5px 0px 10px;
	margin-left: 15px;
}
.OrangeTitle {
	font-size: 22px;
	color: #FB7D00;
}
#footer {
	font-size: 12px;
	text-align: center;
	line-height: 1em;
	font-weight: normal;
}
#Column2 li {
	list-style-image: url(../Images/button.gif);
	font-size: 16px;
	text-indent: 5px;
	margin-bottom: 6px;
	list-style-position: inside;
}


.clear {
	clear: both;
}
#Column1 li a {
	color: #fff;
}
